home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 2 / CU Amiga Magazine's Super CD-ROM 02 (1996)(EMAP Images)(GB)[!][issue 1996-04].iso / 17_bit_pd / 17bitgif / utility / amiga / gd_v1_11.lha / gd1.1.1 / gdfontl.h < prev    next >
C/C++ Source or Header  |  1994-10-19  |  362b  |  16 lines

  1. #ifndef GDFONTL_H
  2. #define GDFONTL_H 1
  3.  
  4. /* gdfontl.h: brings in the larger of the two provided fonts.
  5.     Also link with gdfontl.c. */
  6.  
  7. #include "gd.h"
  8.  
  9. /* 8x16 font derived from a public domain font in the X
  10.         distribution. Only contains the 96 standard ascii characters,
  11.         sorry. Feel free to improve on this. */
  12.  
  13. extern gdFontPtr gdFontLarge;
  14.  
  15. #endif
  16.